projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
622b7ed
)
(edt-emulation-on): Load edt-pc.el under Windows.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 30 Apr 1997 02:13:02 +0000
(
02:13
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 30 Apr 1997 02:13:02 +0000
(
02:13
+0000)
lisp/emulation/edt.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/edt.el
b/lisp/emulation/edt.el
index 6ec3dbc3f1e0ac0b125d346aaee09a6a19754bda..18deb138d96390369cafd5fd9819a835199f6c73 100644
(file)
--- a/
lisp/emulation/edt.el
+++ b/
lisp/emulation/edt.el
@@
-1482,8
+1482,8
@@
If FILE is nil, try to load a default file. The default file names are
(defun edt-emulation-on ()
"Turn on EDT Emulation."
(interactive)
- ;; If using MS-DOS, need to load edt-pc.el
- (if (
eq system-type 'ms-dos
)
+ ;; If using MS-DOS
or Windows
, need to load edt-pc.el
+ (if (
memq system-type '(ms-dos windows-nt)
)
(setq edt-term "pc")
(setq edt-term (getenv "TERM")))
;; All DEC VT series terminals are supported by loading edt-vt100.el